home *** CD-ROM | disk | FTP | other *** search
- object fmDependentesAlimentandos: TfmDependentesAlimentandos
- Left = 527
- Top = 249
- BorderStyle = bsDialog
- Caption = 'Alimentandos'
- ClientHeight = 351
- ClientWidth = 548
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 13
- object pInferior: TPanel
- Left = 0
- Top = 296
- Width = 548
- Height = 55
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 0
- object bOk: TBitBtn
- Left = 154
- Top = 4
- Width = 100
- Height = 30
- Caption = '&Ok'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn3: TBitBtn
- Left = 285
- Top = 4
- Width = 100
- Height = 30
- Caption = '&Cancelar'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkCancel
- end
- object bbAjuda: TBitBtn
- Left = 416
- Top = 4
- Width = 100
- Height = 30
- Caption = '&Ajuda'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- Visible = False
- Kind = bkHelp
- end
- end
- object pSuperior: TPanel
- Left = 0
- Top = 0
- Width = 548
- Height = 73
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 2
- object labelTitulo: TLabel
- Left = 0
- Top = 0
- Width = 548
- Height = 32
- Align = alTop
- Caption =
- 'Informe o CPF do dependente e os rendimentos isentos e n'#227'o-tribu' +
- 't'#225'veis recebidos.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- WordWrap = True
- end
- end
- object pLateralDireito: TPanel
- Left = 453
- Top = 73
- Width = 95
- Height = 223
- Align = alRight
- BevelOuter = bvNone
- TabOrder = 1
- object btAdicionar: TButton
- Left = 5
- Top = 32
- Width = 85
- Height = 28
- Caption = 'A&dicionar'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- OnClick = btAdicionarClick
- end
- object btExcluir: TButton
- Left = 5
- Top = 76
- Width = 85
- Height = 28
- Caption = 'E&xcluir'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = btExcluirClick
- end
- object btEditar: TButton
- Left = 5
- Top = 120
- Width = 85
- Height = 28
- Caption = '&Editar'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 2
- OnClick = btEditarClick
- end
- end
- object Panel4: TPanel
- Left = 8
- Top = 76
- Width = 440
- Height = 209
- Caption = 'Panel4'
- TabOrder = 3
- object gridDependentes: TStringGrid
- Left = 1
- Top = 22
- Width = 438
- Height = 186
- Align = alBottom
- ColCount = 2
- DefaultRowHeight = 22
- FixedColor = clHotLight
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
- ScrollBars = ssVertical
- TabOrder = 0
- OnSelectCell = gridDependentesSelectCell
- ColWidths = (
- 184
- 250)
- end
- object PanDependentes: TPanel
- Left = 0
- Top = 0
- Width = 438
- Height = 22
- Caption = 'Nome'
- Color = clBlue
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- end
- end
-